home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 361 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: grace35.demon.co.uk!Neil
  2. From: "Neil D. Bentley" <Neil@grace35.demon.co.uk>
  3. Newsgroups: comp.lang.modula2
  4. Subject: Re: Other Modula-2 Problems
  5. Date: Tue, 27 Feb 1996 22:39:46 +0000
  6. Organization: The Bentley Household
  7. Distribution: world
  8. Message-ID: <Ay8xHBAyg4MxEweC@grace35.demon.co.uk>
  9. References: <313171a2.15277270@news-stand.acs.ohio-state.edu>
  10. NNTP-Posting-Host: grace35.demon.co.uk
  11. X-NNTP-Posting-Host: grace35.demon.co.uk
  12. MIME-Version: 1.0
  13. X-Newsreader: Turnpike Version 1.10 <SaSOHCDkGMBgDJPNhYMR4i4FdU>
  14.  
  15. In article <313171a2.15277270@news-stand.acs.ohio-state.edu>, "M.
  16. Klepcyk" <mjk+@osu.edu> writes
  17. >Hi,
  18. >
  19. >I have some other questions also.  I have to make a program that uses
  20. >infinite series to approximate the value of SIN (a).  The line that my
  21. >teacher gave me for this is: "sin(a)=a-a3/3!+a5/5!-a7/7!+a9/9!...."
  22. >What does this translate to in the way of a formula?  I need to know
  23. >this so I can write a procedure that will use the variable that will
  24. >obviously be involved.
  25. >
  26. >Another problem concerns writing a procedure that will computer the
  27. >binary XOR's of two decimal numbers.  I know how to get the binary
  28. >values for each of the decimal numbers (using MOD & DIV), but how do I
  29. >compare the two binary numbers when I'm finished with this?  Is there
  30. >some kind of comparison command like with strings?
  31. >
  32. >Please advise.
  33. >
  34. >Thanks in advance!
  35. >
  36. Do universities teach anything these days or do they just depend on
  37. Usenet to help sort out the problems?  This student has asked three
  38. fairly elementary questions within twenty minutes.  Can I suggest that
  39. Ohio State University recommend some basic books on programming after
  40. all it helps to be able to walk before trying to run!
  41. -- 
  42. Neil D. Bentley
  43. Neil@grace35.demon.co.uk
  44.